Skip to main content

FlowOr

Represents a logical OR step in the workflow, managing parallel inbound options.

Properties

NameDescription
CaptionThe caption dictionary representing localized captions for the flow object.
KeyA unique identifier for the workflow step.
NameName for the workflow step.
InboundsDefines the list of parallel inbound options for the FlowOr step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TypeCodeThe type code associated with the flow object.

Constructors

NameDescription
FlowOr(name, workflowData, workflowCodeInstance)Initializes a new instance of the FlowOr class.
FlowOr(name, workflowData, workflowCodeInstance)Constructor for the FlowOr class. Initializes a new instance of the FlowOr class.

Methods

NameDescription
Initialize()Initializes the FlowOr step with necessary configurations.

Events

NameDescription
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.